home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / diskutil / serial.zoo / serial.doc next >
Encoding:
Text File  |  1990-08-15  |  1.5 KB  |  34 lines

  1.  
  2. Serial:   Put a TOS-comprehensible serial number on an IBM-formatted
  3.       floppy.  Runs on the IBM end of things.
  4.       No real documentation is needed. The program is a quick hack
  5.       I threw together last night because I had just batch-formatted
  6.       a box of disks on an IBM and I didn't have my ST around.
  7.       The program itself uses IOCTL() to make sure the device has
  8.       removable media, then the bios to read and write sector 1,
  9.       side 0, track 0. (Sector 1 is actually the first sector on the
  10.       track... weird.)
  11.  
  12.     I make no warranties of any kind for this program, and accept no
  13.     responsibility for any damage it may cause, either through error
  14.     on the part of the user, or through error of my own in coding it.
  15.  
  16.     That being said, the program as it stands is copyright insofar as
  17.     I would be slightly peeved if someone put their name in it and
  18.     recompiled it.  However the source (Turbo Pascal 5.5) is there for 
  19.     those of you who are not happy with my efforts.
  20.     (Or port it to the ST... would be nice)
  21.  
  22.     Feel free to copy the program, distribute it to BBS', donate
  23.     it to the Red Cross, etc.
  24.  
  25.     Cheers,
  26.     Mike.
  27.  
  28.     //////////////////////////////////////////////////////////////////////
  29.    //Michael Smith // ma892224@lux.sait.edu.au//   /| /_    ST in SA   //
  30.   //   aka        //=========================//   / |/_ ightmare      //
  31.  //       Miff   //    Fidonet 3:680/821    //      /_ lectronics    //
  32. //////////////////////////////////////////////////////////////////////
  33.                Beam me up, Scotty, it ate me phaser...
  34.